home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1998 June / Designer's Club 1998 June.iso / mac / Idea Source@ / Teaser.Dir / 00061.ls < prev    next >
Encoding:
Text File  |  1998-04-28  |  184 b   |  10 lines

  1. on exitFrame
  2.   if the timer < 120 then
  3.     go(the frame)
  4.   end if
  5.   cursor(200)
  6.   set the locH of sprite 12 to the mouseH
  7.   set the locV of sprite 12 to the mouseV
  8.   updateStage()
  9. end
  10.